|
 |
aspx_beginners thread: Re: ASP.NET files doesn't work on my IIS...
Message #1 by "ed rob" <ed@k...> on Sat, 22 Feb 2003 12:45:54
|
|
> Hovik,
I spent an agnozing week with this issue and am now thrilled with my fully
functional ASP.NET installation on Localhost. The root of the issue is the
way that ASP.NET handles security. Here is the summary of what I learned
the hard way.
1. If you are using XP Pro with NTFS make sure you have "Simple File
Sharing" disabled. This allows you to control the access security for each
folder. To learn how do this look here:
http://www.practicallynetworked.com/sharing/xp/filesharing.htm
2. Make sure you try installing Service Pack 2 before you do anthing else.
This may solve it. If not, try uninstalling the framework and deleting the
files, reinstalling and SP2. There is a file called machine.config that
contains security information. Check out MSDN Knowledge Base Article
Q315158
3. In my case I had to uninstall Visual Studio, the Framework, IIS and
start
over. Reinstall all then SP2. My ASP.NET now works. You have to make sure
you reinstall IIS, Then the Framework, Visual Studio then the Service Pack.
I even ran into a common bug while installing the Service Pack. If that
happens let me know the error you get.
Regards,
Jerry
----- Original Message -----
From: "Hovik Melkomian" <melvik@b...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Sunday, December 01, 2002 6:29 AM
Subject: [aspx_beginners] Re: ASP.NET files doesn't work on my IIS...
> It might have many reasons, tell more & clear about server & ...
> Did u edited any file like machin.config, web config ...
>
> Keep in touch,
> Hovik.
> ----- Original Message -----
> From: "Robert Nyman" <robert.nyman@c...>
> To: "aspx_beginners" <aspx_beginners@p...>
> Sent: Sunday, December 01, 2002 4:40 PM
> Subject: [aspx_beginners] ASP.NET files doesn't work on my IIS...
>
>
> Hi,
>
> I've tried and installed just the ASP.NET part as well as the whole .NET
> Framework.
> The C# compiler, for instance, works just fine.
>
> BUT: When I try to run .aspx files on the server (like
> http://webserver/asp_net.aspx),
> the ASP code is just ignored (no errors at all).
>
> Please help me! What settings do I need to change/do to make it work?
>
>
> TIA,
>
> /Robert Nyman
>
>
>
>
>
Message #2 by "ed rob" <ed@k...> on Sat, 22 Feb 2003 13:14:41
|
|
Message #3 by "Jerry Lanphear" <jerrylan@q...> on Sat, 22 Feb 2003 08:31:07 -0700
|
|
LOL! I thought I was having a flashback.
Jerry
----- Original Message -----
From: "ed rob" <ed@k...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Saturday, February 22, 2003 1:14 PM
Subject: [aspx_beginners] Re: ASP.NET files doesn't work on my IIS...
> test
>
>
|
|
 |