web application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I've installed vs.net 2003 in my winxp sp2, but when I start a new ASP web
application I get the folling error: "HTTP/1.1 500 internal server error"
knowing I installed IIS and when I run the command "aspnet_regiis.exe /i" it
came up with following error can't find aspnet_regiis.exe.
so how can I fix it.
 
Hi,

By default aspnet_regiis is installed in
C:\WINDOWS\Microsoft.NET\Framework\vXXXXX ( mine is v1.1.4322 ) and this
folder is not in the PATH,

you shall use the full pathname


cheers,
 
Mike,

Are you sure you were in the runtime directory for .NET on your system?
The path is usually:

<system directory>\Microsoft.NET\<version>\aspnet_regiis.exe

That path is not automatically included in your path on the command
line, so you will have to go to the directory manually.

Hope this helps.
 
where can I find this path and set it
--
Regads,
Rochdi


Nicholas Paldino said:
Mike,

Are you sure you were in the runtime directory for .NET on your system?
The path is usually:

<system directory>\Microsoft.NET\<version>\aspnet_regiis.exe

That path is not automatically included in your path on the command
line, so you will have to go to the directory manually.

Hope this helps.
 
You can add this to the PATH environment varialble from Control Panel. Run
the System applet and choose the Advanced Tab. Then Click on "Environment
Varialbles". Highlight "PATH" in the lower window and click EDIT.
Peter

Mike said:
where can I find this path and set it
--
Regads,
Rochdi


Nicholas Paldino said:
Mike,

Are you sure you were in the runtime directory for .NET on your
system?
The path is usually:

<system directory>\Microsoft.NET\<version>\aspnet_regiis.exe

That path is not automatically included in your path on the command
line, so you will have to go to the directory manually.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Mike said:
Hi,
I've installed vs.net 2003 in my winxp sp2, but when I start a new ASP
web
application I get the folling error: "HTTP/1.1 500 internal server
error"
knowing I installed IIS and when I run the command "aspnet_regiis.exe
/i"
it
came up with following error can't find aspnet_regiis.exe.
so how can I fix it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top