That's a typical problem in IIS.
Just check your asp.net version in IIS.
When your application version is asp.net 2.0 and your web server is asp.net
1.1 or 1.0.
This phenomena come out!
> hello,
>
[quoted text clipped - 16 lines]
> thanks!
> sm
Sachin Saki - 15 Feb 2008 19:34 GMT
Go to IIS -> Default Web Site -> Right Click on your web site virtual
directory
and On ASP.NET tab check the .NET Framework Version. It must be 2.0.xxxxx
Thanks
Sachin Saki
> That's a typical problem in IIS.
> Just check your asp.net version in IIS.
[quoted text clipped - 22 lines]
> > thanks!
> > sm
SpaceMarine - 15 Feb 2008 23:08 GMT
> That's a typical problem in IIS.
> Just check your asp.net version in IIS.
> When your application version is asp.net 2.0 and your web server is asp.net
> 1.1 or 1.0.
> This phenomena come out!
i should have mentioned... my IIS is set to 2.0.50727, so it isnt
that.
im also using the 3rd-pary IISAdmin utility to server multiple root
sites off of Windows XP, but it isnt that because i believe ive run
other 2.0 sites right along 1.0 sites with it.
still trying to figure out.
sm
SpaceMarine - 15 Feb 2008 23:13 GMT
found the fix. had to run this:
aspnet_regiis -ga aspnet
...which granted IIS metadata access to the ASPNET account.
woot!
thanks,
sm
tian - 16 Feb 2008 02:26 GMT
"aspnet_regiis -ga aspnet" is a way to register your current version to your
IIS!
> found the fix. had to run this:
>
[quoted text clipped - 6 lines]
> thanks,
> sm
SpaceMarine - 16 Feb 2008 04:54 GMT
> "aspnet_regiis -ga aspnet" is a way to register your current version to your
> IIS!
[quoted text clipped - 4 lines]
>
> > ...which granted IIS metadata access to the ASPNET account.
...i dont think so, not exactly. read the help documentation on the
flags. "-ga" is for Granting Access to iss' metadata for a user
("aspnet" user).