473,508 Members | 2,489 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.net configuration problem - new user

I just installed VB.net 2003, upgrading from VB6. I tried to open a new
ASP.net Web Application and immediately got an error stating that my Web
Server isn't running ASP.net version 1.1. I tried running aspnet_regiis /i
and all the dotnetfix "framework repair" suggestions the Help link sent me
to, but no luck. I suspect I am not the first guy with this problem. I am
running IIS on a Windows XP system. Can anybody direct me to a site with
better directions then what I have been able to find thus far, or can you
tell me what the solution is (if it is as common as I suspect)?

Thanks in advance, and my appologies if this is an old problem that you guys
are tired of hearing about.

Jim
Nov 18 '05 #1
11 1438
Hi

XP Home or XP Pro? Silly question, but is IIS installed? (Home doesn't have
IIS).
--
Pete
-------
Read/Write .NET articles
http://www.howtodothings.com/showart...ubcategory=132
Nov 18 '05 #2
Or, he does have professional edition, but did not install it before
installing VS2003. Normally VS2003 warns you of this when you install it,
does the OP remember such a warning.

After you have installed it, do use the regiis again

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Peter Morris [Droopy eyes software]" <pete@notformethanks_droopyeyes.com>
wrote in message news:uf*************@tk2msftngp13.phx.gbl...
Hi

XP Home or XP Pro? Silly question, but is IIS installed? (Home doesn't have IIS).
--
Pete
-------
Read/Write .NET articles
http://www.howtodothings.com/showart...ubcategory=132

Nov 18 '05 #3
Hi Jim,

You might want to try using this tool to see what's up with your ASP.NET
versions:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Also, here are some instructions that someone posted a while back to get
going:

1) Delete the ASPNET account using Computer Management.

2) Recreate the ASPNET account by running: aspnet_regiis -I, from
C:\<winDir>\microsoft.net\framework\v1.1.4322 directory :

Click Start, and then click Run.

In the Open text box, type cmd, and then press ENTER.

At the command prompt, type the following, and then press ENTER:

"%windir%\Microsoft.NET\Framework\version\aspnet_r egiis.exe" -i

In this path, version represents the version number of the .NET Framework
that you installed on your server.
You must replace this placeholder with the actual version number when you
type the command. If you use Visual Studio 2003 and framework 1.1 it it
v1.1.4322

3) Restart IIS.

4) Now the ASPX pages should work fine and you also should be able to create
new ASP.NET web projects.

"James Warren" <wa************@att.net> wrote in message
news:0B********************@bgtnsc04-news.ops.worldnet.att.net...
I just installed VB.net 2003, upgrading from VB6. I tried to open a new
ASP.net Web Application and immediately got an error stating that my Web
Server isn't running ASP.net version 1.1. I tried running aspnet_regiis
/i
and all the dotnetfix "framework repair" suggestions the Help link sent me
to, but no luck. I suspect I am not the first guy with this problem. I
am
running IIS on a Windows XP system. Can anybody direct me to a site with
better directions then what I have been able to find thus far, or can you
tell me what the solution is (if it is as common as I suspect)?

Thanks in advance, and my appologies if this is an old problem that you
guys
are tired of hearing about.

Jim


Nov 18 '05 #4
Good Morning all. Thanks for the responses. I am runing XP Pro, IIs is
installed and running smoothly, and hosts a very small company's website
that is not giving me any problems. That was the situation when I posted
this thread last night too.

Ken,
I downloaded and ran ASPVersionSwitcher. No change
I am not sure how to delete the ASP account using Computer management
I ran aspnet_regiis -r, then -i. That didn.t help.
I ran -ua then -i. That didn't help either.

This may show my ignorance, but is it possible that Visual Studio 2003 isn't
really looking at my server? If so, how to I find out? I hate to think I am
chasing a symptom rather than the cause.
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eP**************@TK2MSFTNGP12.phx.gbl...
Hi Jim,

You might want to try using this tool to see what's up with your ASP.NET
versions:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Also, here are some instructions that someone posted a while back to get
going:

1) Delete the ASPNET account using Computer Management.

2) Recreate the ASPNET account by running: aspnet_regiis -I, from
C:\<winDir>\microsoft.net\framework\v1.1.4322 directory :

Click Start, and then click Run.

In the Open text box, type cmd, and then press ENTER.

At the command prompt, type the following, and then press ENTER:

"%windir%\Microsoft.NET\Framework\version\aspnet_r egiis.exe" -i

In this path, version represents the version number of the .NET Framework
that you installed on your server.
You must replace this placeholder with the actual version number when you
type the command. If you use Visual Studio 2003 and framework 1.1 it it
v1.1.4322

3) Restart IIS.

4) Now the ASPX pages should work fine and you also should be able to create new ASP.NET web projects.

"James Warren" <wa************@att.net> wrote in message
news:0B********************@bgtnsc04-news.ops.worldnet.att.net...
I just installed VB.net 2003, upgrading from VB6. I tried to open a new
ASP.net Web Application and immediately got an error stating that my Web
Server isn't running ASP.net version 1.1. I tried running aspnet_regiis
/i
and all the dotnetfix "framework repair" suggestions the Help link sent me to, but no luck. I suspect I am not the first guy with this problem. I
am
running IIS on a Windows XP system. Can anybody direct me to a site with better directions then what I have been able to find thus far, or can you tell me what the solution is (if it is as common as I suspect)?

Thanks in advance, and my appologies if this is an old problem that you
guys
are tired of hearing about.

Jim

Nov 18 '05 #5
Hey Jim,

What about this possibility? Fred Chateau pointed out this article to me
recently.

Have you made changes to the web.config's defaultRedirect ?

PRB: "Not Running ASP.NET Version 1.1" Error Message When You Try to Open an
ASP.NET Web Application Project in Visual Studio .NET 2003

When you try to open an ASP.NET Web Application project, the ASP.NET process
accesses a nonexistent file that is named Get_aspx_ver.aspx to retrieve the
ASP.NET version information. If the defaultRedirect attribute is not set to
an HTML file or to an ASP file, the request for the Get_aspx_ver.aspx file
returns the HTTP 404 error and the ASP.NET version information. If the
defaultRedirect attribute is set to an HTML file or to an ASP file, the
request for the Get_aspx_ver.aspx file does not return the ASP.NET version
information. Therefore, you receive the error that is mentioned in the
"Symptoms" section of this article.

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

Let us know?

Ken
"James Warren" <wa************@att.net> wrote in message
news:Uu******************@bgtnsc05-news.ops.worldnet.att.net...
Good Morning all. Thanks for the responses. I am runing XP Pro, IIs is
installed and running smoothly, and hosts a very small company's website
that is not giving me any problems. That was the situation when I posted
this thread last night too.

Ken,
I downloaded and ran ASPVersionSwitcher. No change
I am not sure how to delete the ASP account using Computer management
I ran aspnet_regiis -r, then -i. That didn.t help.
I ran -ua then -i. That didn't help either.

This may show my ignorance, but is it possible that Visual Studio 2003
isn't
really looking at my server? If so, how to I find out? I hate to think I
am
chasing a symptom rather than the cause.
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eP**************@TK2MSFTNGP12.phx.gbl...
Hi Jim,

You might want to try using this tool to see what's up with your ASP.NET
versions:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Also, here are some instructions that someone posted a while back to get
going:

1) Delete the ASPNET account using Computer Management.

2) Recreate the ASPNET account by running: aspnet_regiis -I, from
C:\<winDir>\microsoft.net\framework\v1.1.4322 directory :

Click Start, and then click Run.

In the Open text box, type cmd, and then press ENTER.

At the command prompt, type the following, and then press ENTER:

"%windir%\Microsoft.NET\Framework\version\aspnet_r egiis.exe" -i

In this path, version represents the version number of the .NET Framework
that you installed on your server.
You must replace this placeholder with the actual version number when you
type the command. If you use Visual Studio 2003 and framework 1.1 it it
v1.1.4322

3) Restart IIS.

4) Now the ASPX pages should work fine and you also should be able to

create
new ASP.NET web projects.

"James Warren" <wa************@att.net> wrote in message
news:0B********************@bgtnsc04-news.ops.worldnet.att.net...
>I just installed VB.net 2003, upgrading from VB6. I tried to open a new
> ASP.net Web Application and immediately got an error stating that my
> Web
> Server isn't running ASP.net version 1.1. I tried running
> aspnet_regiis
> /i
> and all the dotnetfix "framework repair" suggestions the Help link sent me > to, but no luck. I suspect I am not the first guy with this problem.
> I
> am
> running IIS on a Windows XP system. Can anybody direct me to a site with > better directions then what I have been able to find thus far, or can you > tell me what the solution is (if it is as common as I suspect)?
>
> Thanks in advance, and my appologies if this is an old problem that you
> guys
> are tired of hearing about.
>
> Jim
>
>



Nov 18 '05 #6
Ken, I built the aspx file according to the KB article and saved it in the
inetpub\wwwroot directory, which is the default for my server.
Unfortunately, no change. I still get the same message from Visual Studio

What I didn't find was a web.config file on the server anywhere. I checked
the development server on my laptop and there is one there, but it appears
to have been built by VB.net 2003 as part of a test web application, at
least based on the folder in which it resides.

Thanks agan for the help
Jim
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:ux*************@TK2MSFTNGP11.phx.gbl...
Hey Jim,

What about this possibility? Fred Chateau pointed out this article to me
recently.

Have you made changes to the web.config's defaultRedirect ?

PRB: "Not Running ASP.NET Version 1.1" Error Message When You Try to Open an ASP.NET Web Application Project in Visual Studio .NET 2003

When you try to open an ASP.NET Web Application project, the ASP.NET process accesses a nonexistent file that is named Get_aspx_ver.aspx to retrieve the ASP.NET version information. If the defaultRedirect attribute is not set to an HTML file or to an ASP file, the request for the Get_aspx_ver.aspx file
returns the HTTP 404 error and the ASP.NET version information. If the
defaultRedirect attribute is set to an HTML file or to an ASP file, the
request for the Get_aspx_ver.aspx file does not return the ASP.NET version
information. Therefore, you receive the error that is mentioned in the
"Symptoms" section of this article.

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

Let us know?

Ken
"James Warren" <wa************@att.net> wrote in message
news:Uu******************@bgtnsc05-news.ops.worldnet.att.net...
Good Morning all. Thanks for the responses. I am runing XP Pro, IIs is
installed and running smoothly, and hosts a very small company's website
that is not giving me any problems. That was the situation when I posted this thread last night too.

Ken,
I downloaded and ran ASPVersionSwitcher. No change
I am not sure how to delete the ASP account using Computer management
I ran aspnet_regiis -r, then -i. That didn.t help.
I ran -ua then -i. That didn't help either.

This may show my ignorance, but is it possible that Visual Studio 2003
isn't
really looking at my server? If so, how to I find out? I hate to think I am
chasing a symptom rather than the cause.
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eP**************@TK2MSFTNGP12.phx.gbl...
Hi Jim,

You might want to try using this tool to see what's up with your ASP.NET versions:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Also, here are some instructions that someone posted a while back to get going:

1) Delete the ASPNET account using Computer Management.

2) Recreate the ASPNET account by running: aspnet_regiis -I, from
C:\<winDir>\microsoft.net\framework\v1.1.4322 directory :

Click Start, and then click Run.

In the Open text box, type cmd, and then press ENTER.

At the command prompt, type the following, and then press ENTER:

"%windir%\Microsoft.NET\Framework\version\aspnet_r egiis.exe" -i

In this path, version represents the version number of the .NET Framework that you installed on your server.
You must replace this placeholder with the actual version number when you type the command. If you use Visual Studio 2003 and framework 1.1 it it
v1.1.4322

3) Restart IIS.

4) Now the ASPX pages should work fine and you also should be able to

create
new ASP.NET web projects.

"James Warren" <wa************@att.net> wrote in message
news:0B********************@bgtnsc04-news.ops.worldnet.att.net...
>I just installed VB.net 2003, upgrading from VB6. I tried to open a new > ASP.net Web Application and immediately got an error stating that my
> Web
> Server isn't running ASP.net version 1.1. I tried running
> aspnet_regiis
> /i
> and all the dotnetfix "framework repair" suggestions the Help link sent
me
> to, but no luck. I suspect I am not the first guy with this problem.
> I
> am
> running IIS on a Windows XP system. Can anybody direct me to a site

with
> better directions then what I have been able to find thus far, or can

you
> tell me what the solution is (if it is as common as I suspect)?
>
> Thanks in advance, and my appologies if this is an old problem that

you > guys
> are tired of hearing about.
>
> Jim
>
>


Nov 18 '05 #7
Hi Jim,

At this point, I would phone Microsoft Support and get it settled in real
time.

They might have some tool that would diagnose what is going wrong. Don't
forget that your VS.NET software comes with free support incidents and this
sounds like a good time to use one.

Ken

"James Warren" <wa************@att.net> wrote in message
news:wf********************@bgtnsc04-news.ops.worldnet.att.net...
Ken, I built the aspx file according to the KB article and saved it in
the
inetpub\wwwroot directory, which is the default for my server.
Unfortunately, no change. I still get the same message from Visual Studio

What I didn't find was a web.config file on the server anywhere. I
checked
the development server on my laptop and there is one there, but it appears
to have been built by VB.net 2003 as part of a test web application, at
least based on the folder in which it resides.

Thanks agan for the help
Jim


Nov 18 '05 #8
Does it ?, I was not aware of that I bought my professional under a bulk
licence deal last June, no one told me I had any incidents to use, how many
do u get ?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:uL**************@TK2MSFTNGP09.phx.gbl...
Hi Jim,

At this point, I would phone Microsoft Support and get it settled in real
time.

They might have some tool that would diagnose what is going wrong. Don't
forget that your VS.NET software comes with free support incidents and this sounds like a good time to use one.

Ken

"James Warren" <wa************@att.net> wrote in message
news:wf********************@bgtnsc04-news.ops.worldnet.att.net...
Ken, I built the aspx file according to the KB article and saved it in
the
inetpub\wwwroot directory, which is the default for my server.
Unfortunately, no change. I still get the same message from Visual Studio
What I didn't find was a web.config file on the server anywhere. I
checked
the development server on my laptop and there is one there, but it appears to have been built by VB.net 2003 as part of a test web application, at
least based on the folder in which it resides.

Thanks agan for the help
Jim

Nov 18 '05 #9
Hi Terry,

According to this page, under phone support, you get "2 incidents and
unlimited installation support at no charge."

http://support.microsoft.com/default...s;prodoffer62a

You can check if you have an OEM version here:

http://support.microsoft.com/default.aspx?pr=notsureoem

Ken

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
Does it ?, I was not aware of that I bought my professional under a bulk
licence deal last June, no one told me I had any incidents to use, how
many
do u get ?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:uL**************@TK2MSFTNGP09.phx.gbl...
Hi Jim,

At this point, I would phone Microsoft Support and get it settled in real
time.

They might have some tool that would diagnose what is going wrong. Don't
forget that your VS.NET software comes with free support incidents and

this
sounds like a good time to use one.

Ken

"James Warren" <wa************@att.net> wrote in message
news:wf********************@bgtnsc04-news.ops.worldnet.att.net...
> Ken, I built the aspx file according to the KB article and saved it in
> the
> inetpub\wwwroot directory, which is the default for my server.
> Unfortunately, no change. I still get the same message from Visual Studio >
> What I didn't find was a web.config file on the server anywhere. I
> checked
> the development server on my laptop and there is one there, but it appears > to have been built by VB.net 2003 as part of a test web application, at
> least based on the folder in which it resides.
>
> Thanks agan for the help
> Jim



Nov 18 '05 #10
Well, the problem is resolved. After about an hour with Microsoft Tech
Support (and by the way they were great to work with), we determined that my
static IP address being selected in the default website properties instead
of "All Unassigned" was the problem. We switched it, and all works fine. I
have no idea what the reason is, but I guess it doesn't really matter.

Thanks again for all the input!

Regards, Jim
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:em**************@tk2msftngp13.phx.gbl...
Hi Terry,

According to this page, under phone support, you get "2 incidents and
unlimited installation support at no charge."

http://support.microsoft.com/default...s;prodoffer62a

You can check if you have an OEM version here:

http://support.microsoft.com/default.aspx?pr=notsureoem

Ken

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message news:%2***************@tk2msftngp13.phx.gbl...
Does it ?, I was not aware of that I bought my professional under a bulk
licence deal last June, no one told me I had any incidents to use, how
many
do u get ?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:uL**************@TK2MSFTNGP09.phx.gbl...
Hi Jim,

At this point, I would phone Microsoft Support and get it settled in real time.

They might have some tool that would diagnose what is going wrong. Don't forget that your VS.NET software comes with free support incidents and

this
sounds like a good time to use one.

Ken

"James Warren" <wa************@att.net> wrote in message
news:wf********************@bgtnsc04-news.ops.worldnet.att.net...
> Ken, I built the aspx file according to the KB article and saved it in > the
> inetpub\wwwroot directory, which is the default for my server.
> Unfortunately, no change. I still get the same message from Visual

Studio
>
> What I didn't find was a web.config file on the server anywhere. I
> checked
> the development server on my laptop and there is one there, but it

appears
> to have been built by VB.net 2003 as part of a test web application, at > least based on the folder in which it resides.
>
> Thanks agan for the help
> Jim


Nov 18 '05 #11
Wow. That was obscure!

Glad to hear you got going.
"James Warren" <wa************@att.net> wrote in message
news:E_*******************@bgtnsc05-news.ops.worldnet.att.net...
Well, the problem is resolved. After about an hour with Microsoft Tech
Support (and by the way they were great to work with), we determined that
my
static IP address being selected in the default website properties instead
of "All Unassigned" was the problem. We switched it, and all works fine.
I
have no idea what the reason is, but I guess it doesn't really matter.

Thanks again for all the input!


Nov 18 '05 #12

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

Similar topics

2
1684
by: Serge Calderara | last post by:
Dear all, I am building an application whcihc requires different set of parametes in order to work and get configured correctly. Those configuration parameters can be global to all modules of...
2
1395
by: serge calderara | last post by:
Dear all, I have a windows application linked to a database. I was wondering about one point. Do I have to go for a configuration file anyway or can I store all my application in this...
1
2739
by: serge calderara | last post by:
dear all, I have problem accessing section group in my configuration application file. I got an error saying thta I can have only one section ???? here is my application configuration looks...
0
1637
by: Rea Peleg | last post by:
link to configuration file prevents user control download to internet explorer Hi I have a simple web application which consists an opening html page with a (windows form user) control which...
1
1546
by: Mariusz Wojsyk | last post by:
Greetings. I use Configuration Application Block of Enterprise Library to store some user application settings like window size, position, etc.. Is there a way to set the FileName property of...
2
1601
by: Chris_24 | last post by:
To all, I am experiencing difficulties with an asp.net web application and its web.config file. No matter what I try I keep getting the following error: Server Error in '/action' Application....
1
2835
by: Ramanfromoz | last post by:
Hi, Developing a new we application. Everything okay on my local WIN XP PROFESSIONAL, IIS 5.0 running locally. The website is running smoothly. Now, the same code I am copying over to a...
0
2491
by: metaperl | last post by:
A Comparison of Python Class Objects and Init Files for Program Configuration ============================================================================= Terrence Brannon bauhaus@metaperl.com...
9
2254
by: KarlM | last post by:
After reading some articles regarding confuguration data I'm a bit confused. Where is the right place for storing configuration data? - XML-files? - registry? - INI-files? (from a users point...
1
2895
by: Saqib Ali | last post by:
I recently installed "Microsoft .Net Framework 2.0 Redistributable" on a Windows 2003 server, and noticed that there is NO "Microsoft .Net Framework 2.0 Configuration" item under Administrative...
0
7231
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
7504
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...
0
5643
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5059
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3198
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1568
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
773
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
435
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.