473,395 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

web application

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.

--
Regads,
Rochdi

Nov 17 '05 #1
5 1206
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,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:76**********************************@microsof t.com...
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.

--
Regads,
Rochdi

Nov 17 '05 #2
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.e xe

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]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:76**********************************@microsof t.com...
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.

--
Regads,
Rochdi

Nov 17 '05 #3
Raj
Try this link

http://support.microsoft.com/default...b;en-us;822319

Raj

"Mike" wrote:
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.

--
Regads,
Rochdi

Nov 17 '05 #4
where can I find this path and set it
--
Regads,
Rochdi
"Nicholas Paldino [.NET/C# MVP]" wrote:
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.e xe

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]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:76**********************************@microsof t.com...
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.

--
Regads,
Rochdi


Nov 17 '05 #5
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" <Mi**@discussions.microsoft.com> wrote in message
news:3D**********************************@microsof t.com...
where can I find this path and set it
--
Regads,
Rochdi
"Nicholas Paldino [.NET/C# MVP]" wrote:
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.e xe

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]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:76**********************************@microsof t.com...
> 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.
>
> --
> Regads,
> Rochdi
>


Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: J. Baute | last post by:
I'm caching data in the Application object to speed up certain pages on a website The main reason is that the retrieval of this data takes quite a while (a few seconds) and fetching the same data...
3
by: Amit Dedhia | last post by:
Hi I am developing a Dot net application (involving image processing) on a uni processor. It works well on my machine. I then take all my code on a multi processor, build and run the application...
6
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are...
20
by: Peter Oliphant | last post by:
How does one launch multiple forms in an application? Using Photoshop as an example, this application seems to be composed of many 'disjoint' forms. Yet, they all seem somewhat 'active' in...
6
by: Josef Brunner | last post by:
Hi, I published my application (VS 2005) and am now trying to install it when I get this error message. It worked before...even on a different machine. Here is the detailed description: ...
9
by: jeff | last post by:
Hi All. I realize that when my Deployed winforms application starts, Windows needs to load the .net 2 framework before control is given to my application.... Is there anyway to either ... -...
3
by: asadikhan | last post by:
Hi, I have written a windows application with a GUI (let's call it MENU). I own the code for this application and have access to it. We have another application that is a third-part windows...
2
by: Michael Kalika | last post by:
Hi, We have developed a VSTO 2005 Excel application and we would like to leverage ClickOnce deployment mechanism for distribution of this application. How can we do that? I was digging in MSDN...
0
by: Tifer | last post by:
Hello, I am building my first .Net Application. The first couple of Publish and Installs I did went fine. But after a couple of builds, I get a modal dialogue box error every time upon trying...
4
by: Dave | last post by:
I have a global.asax file with Application_Start defined and create some static data there and in another module used in the asp.net application and I realize that static data is shared amongst...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.