473,779 Members | 2,038 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 1465
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@notformet hanks_droopyeye s.com>
wrote in message news:uf******** *****@tk2msftng p13.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>\mic rosoft.net\fram ework\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%\Micro soft.NET\Framew ork\version\asp net_regiis.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******** ************@bg tnsc04-news.ops.worldn et.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 ASPVersionSwitc her. 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******** ******@TK2MSFTN GP12.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>\mic rosoft.net\fram ework\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%\Micro soft.NET\Framew ork\version\asp net_regiis.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******** ************@bg tnsc04-news.ops.worldn et.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.as px 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.as px 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.as px 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******** **********@bgtn sc05-news.ops.worldn et.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 ASPVersionSwitc her. 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******** ******@TK2MSFTN GP12.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>\mic rosoft.net\fram ework\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%\Micro soft.NET\Framew ork\version\asp net_regiis.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******** ************@bg tnsc04-news.ops.worldn et.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******** *****@TK2MSFTNG P11.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.as px 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.as px 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.as px 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******** **********@bgtn sc05-news.ops.worldn et.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 ASPVersionSwitc her. 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******** ******@TK2MSFTN GP12.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>\mic rosoft.net\fram ework\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%\Micro soft.NET\Framew ork\version\asp net_regiis.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******** ************@bg tnsc04-news.ops.worldn et.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******** ************@bg tnsc04-news.ops.worldn et.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******** ******@TK2MSFTN GP09.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******** ************@bg tnsc04-news.ops.worldn et.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******** *******@tk2msft ngp13.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******** ******@TK2MSFTN GP09.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******** ************@bg tnsc04-news.ops.worldn et.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

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

Similar topics

2
1698
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 that application or can be module dependant. A kind of configuration could be a list of authorised user that can access to different part of the application, which mean that is is like a kind of indivudual user
2
1409
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 database. I could use only the database but is it something good compare to configuration file?
1
2770
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 like: ================================================ <?xml version="1.0" encoding="utf-8" ?>
0
1657
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 on click event should download an assembley from the server site to client ie. Opening page displays correctly with control when it does not include the
1
1555
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 default XML File Storage Provider to use ApplicationData folder of current user? This way each user can have his own configuration file for given configuration class. Best Regards, Mariusz Wojsyk
2
1614
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. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom
1
2853
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 WINDOWS 2003 SERVER, I created a new website, allocated port number 6000. Created a release version on my local machine and copied the WEB project from my local to http://ACTYD003:6000
0
2509
by: metaperl | last post by:
A Comparison of Python Class Objects and Init Files for Program Configuration ============================================================================= Terrence Brannon bauhaus@metaperl.com http://www.livingcosmos.org/Members/sundevil/python/articles/a-comparison-of-python-class-objects-and-init-files-for-program-configuration/view
9
2288
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 of view, ini-files are more comfortable to read and edit) Where should I store user specific config data? Where should I store machine specific config data?
1
2914
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 Tools However my laptop which has the Microsoft .Net Framework 2.0 Configuration SDK, has that item in the Administrative Tools. Why is there no Config Wizard with 2.0 (non SDK). I remember it used to come with .NET 1.1...
0
9636
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10306
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8961
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6724
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5503
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
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 we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2869
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.