dotnet setup:
I installed .NET SDK v1.1. When I click samples and Tutorials, The page C:\Program Files\Microsoft.NET\SDK\v1.1\Samples\StartSamples.htm appears However, when I click one of these topics ASP.Net QuickStarts ASP.NET Mobile Controls QuickStart Windows Forms QuickStart Common Tasks QuickStart The following message show up. my machine is XP pro. IIS5.1. It seems everything is OK I installed MSDE and run the configuration scripts, and virtual directories are i in IIS5. You are not authorized to view this page You might not have permission to view this directory or page using the credentials you supplied. ------------------------------------------------------------------------------- If you believe you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the localhost home page You can click Search to look for information on the Internet HTTP Error 403 - Forbidden Internet Explorer I read the configuration file. It said: All the virtual roots/web applications are created with IIS IP security restrictions. You will only be able to browse the virtual directories via localhost (i.e. http://localhost/quickstart). Why does it not work It would be very grateful if somebody could provide any insight into this problem Loui
Is there is a default ASPNET user account for ASP.NET applications Regard Vipul Pate
Hi, Vipul Thanks for your response Yes, there is an account called ASPNET in my XP pro. Before I created this account when I run the configuration script, some of the following commands would fail Then I created the account. rerun the script. Should I remove this account? o should I do any configuration changes Regards Loui osql -E -S (local)\NetSDK -Q "sp_grantlogin <ASP.NET User Account> osql -E -S (local)\NetSDK -d Pubs -Q "sp_grantdbaccess <ASP.NET User Account> osql -E -S (local)\NetSDK -d Pubs -Q "sp_addrolemember 'db_owner', <ASP.NET User Account> osql -E -S (local)\NetSDK -d NorthWind -Q "sp_grantdbaccess <ASP.NET User Account> osql -E -S (local)\NetSDK -d NorthWind -Q "sp_addrolemember 'db_owner', <ASP.NET User Account> osql -E -S (local)\NetSDK -d Portal -Q "sp_grantdbaccess <ASP.NET User Account> osql -E -S (local)\NetSDK -d Portal -Q "sp_addrolemember 'db_owner', <ASP.NET User Account> osql -E -S (local)\NetSDK -d GrocerToGo -Q "sp_grantdbaccess <ASP.NET User Account> osql -E -S (local)\NetSDK -d GrocerToGo -Q "sp_addrolemember 'db_owner', <ASP.NET User Account>
Don't see what you're looking for? Try a search.
|