What is stateless asp or asp.net ?
Answer Posted / sks
Both ASP and ASP.NET are stateless. Because both ASP and
ASP.NET uses HTTP protocol which is stateless.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
How many web config files can be created for an application?
Where is the session stored?
What is web api vs wcf?
How do u deploy your asp.net application?
What are the disadvantages of view state?
Define data caching?
COM+ Used ________________ Isolation Level
Which tool you have done?
Why is it preferred to not use finalize for clean up?
Can we use html in asp.net?
How can we identify that the Page is Post Back?
Explain the difference between value type and reference type?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
When does a session actually start?
What are server objects?