Ask a Question related to ASP.NET General, Design and Development.
-
Clemens #1
Problem with IIS 5.1
I have just installed IIS 5.1, however I have done so *after* I have
installed the .NET Framework, and it therefore seems that IIS is not
configured to serve ASP.NET pages. Whenever I point my browser to an
..aspx page, it just prompts me to download that page, so the server
obviously doesn't process the file.
Is there any way to configure IIS so as to serve ASP.NET, or do I have
to reinstall the .NET Framework? I work from home and don't have all
the CDs readily available here.
Any answers are appreciated, thanks in advance.
Clemens Guest
-
contribute problem - access denied file may not existpermission problem
Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,... -
Problem playing Quicktime thru .DCR embedded in HTML - pathreferencing problem?
Greetings earthlings and Director heads. Here's the problem: created an HTML file containing shockwave (dcr) movie that calls quicktime movies in... -
Uploading problem = weird warning (was: access denied problem.....)
Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the... -
#21611 [Opn]: Problem with version_compare() (Was: Problem with pear cli and release numbers)
ID: 21611 Updated by: et@php.net -Summary: Problem with pear cli and release numbers Reported By: jan at horde... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I... -
S. Justin Gengo #2
Re: Problem with IIS 5.1
Clemens,
There is a .exe you may run that might fix this:
running "aspnet_regiis.exe -i" or "aspnet_regiis.exe -r" (from
c:\winnt\microsoft.net\framework\v1.0.3705)
It reregisters asp.net with IIS
I hope it works for you!
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Clemens" <clemens.hofreither@gmx.net> wrote in message
news:96ac7ee.0308050656.41a691ae@posting.google.co m...> I have just installed IIS 5.1, however I have done so *after* I have
> installed the .NET Framework, and it therefore seems that IIS is not
> configured to serve ASP.NET pages. Whenever I point my browser to an
> .aspx page, it just prompts me to download that page, so the server
> obviously doesn't process the file.
>
> Is there any way to configure IIS so as to serve ASP.NET, or do I have
> to reinstall the .NET Framework? I work from home and don't have all
> the CDs readily available here.
>
> Any answers are appreciated, thanks in advance.
S. Justin Gengo Guest
-
Ali Nasir #3
Re: Problem with IIS 5.1
To fix IIS mappings for ASP.NET, follow these steps:
1.. Run the Aspnet_regiis.exe utility:
1.. Click Start, and then click Run.
2.. In the Open text box, type cmd, and then press ENTER.
3.. 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.
2.. Register the Aspnet_isapi.dll:
1.. Click Start, and then click Run.
2.. In the Open text box, type the following, and then press ENTER:
regsvr32 %windir%\Microsoft.NET\Framework\version\aspnet_is api.dll
Regsvr32 returns the results of the registration.
Good Luck
Ali Nasir
"S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
news:OXeGmM2WDHA.1620@TK2MSFTNGP12.phx.gbl...> Clemens,
>
> There is a .exe you may run that might fix this:
>
> running "aspnet_regiis.exe -i" or "aspnet_regiis.exe -r" (from
> c:\winnt\microsoft.net\framework\v1.0.3705)
>
> It reregisters asp.net with IIS
>
> I hope it works for you!
>
> --
> S. Justin Gengo, MCP
> Web Developer
>
> Free code library at:
> [url]www.aboutfortunate.com[/url]
>
> "Out of chaos comes order."
> Nietzche
> "Clemens" <clemens.hofreither@gmx.net> wrote in message
> news:96ac7ee.0308050656.41a691ae@posting.google.co m...>> > I have just installed IIS 5.1, however I have done so *after* I have
> > installed the .NET Framework, and it therefore seems that IIS is not
> > configured to serve ASP.NET pages. Whenever I point my browser to an
> > .aspx page, it just prompts me to download that page, so the server
> > obviously doesn't process the file.
> >
> > Is there any way to configure IIS so as to serve ASP.NET, or do I have
> > to reinstall the .NET Framework? I work from home and don't have all
> > the CDs readily available here.
> >
> > Any answers are appreciated, thanks in advance.
>
Ali Nasir Guest



Reply With Quote

