regarding thread855-961199
there is no performance and maintenance in control panel for winxp sp2 !!
anyway, my question is: how to create the aspnet account on winxp sp2, i have the vs2005, framework 2.0
thank you
Just ignore the performance and maintenance step. e.g. go to:
Control Panel --> Administrative Tools --> Computer Management
Then, go to:
Local Users and Groups --> Users
The ASPNET account should be listed there. If it isn't you either haven't installed the framework or there may have been a problem with the installation. If it doesn't appear, go to your Command Prompt, navigate to:
i am pretty sure i installed the framework 2.0
anyway, i did the command, it said starting... then it finished, and still i can not see the aspnet account
i ll restart my computer meanwhile..
i just started web developpement with asp.net
i tried to connect to sql server with the sa account, i did, but when runniog the page it didnt work, it gave me the login failed error page..
anyhow, i googled up and found that some people are using the aspnet account after they define it as login in the sql server, so am trying to do the same
i have winxp sp2, vs2005, and framework 2.0 installed on my pc
There are different types of authentication you can use in your ASP.NET applications and they can be used for different purposes. What environment will your website be in? Is it a local intranet or an internet site?
But what will your target audience be? Will you be targeting local users (i.e. so that you can use windows authentication) or will it be a site where you would either have no authentication or be developing your own?
What I'm trying to get at is you have to decide what you want to learn. If you want to use forms authentication, then try following an article such as:
i think there is no need for windows authentication..
i ll take a look on the article, it seems a good one, and then i ll get back to u.
thanks for ur support
ok
i read the forms authentication articles, and this is what i need..
well i started with the example in that article
and when it came to testing the example, i got the following error:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.