It was told that .Net 2.0 Framework has got it's in built
webserver. Does it mean that it doesn't need IIS? What is
the significance of Front Page Server Extensions in creating
or hosting a Web Application in .net?
Answer / navneet k soni
Either .NET 2.0 framework has got it's in built web server but still it needs an IIS as all the frameworks of .NET application are always required , but that is only up to the developer either upload the files via IIS or any FTP .
And the extension of .NET is .aspx
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain the difference between primary & secondary storage device? : Dot net architecture
What is IL code, CLR, CTS, GAC & GC?
What is the purpose of Accordian in jquery? Where it can be used?
What is a managed code? : Dot net architecture
What's the difference between an application and a program?
What is the use of delegates
Explain about developer benefit from memory management?
what is the shortcutkey for solution explorer and add new item?
which class library is used to find unique key?
What is the mesi? : .NET Architecture
What is cache coherency and how is it eliminated? : Dot net architecture
Session State and can i store desirialized object in state server, if yes how and if not why.