Answer Posted / madhusudhanreddy t
When you are placing the website in File System Mode, then
the web application will run from the personnel web server
called cassini which is an in built web server provided
with asp.net 2.0.So, it will not look for the IIS when you
are running a web apps.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the features of asp.net mvc?
In Code-Behind class which kind of code (server or client) is found ?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What is asp.net introduction?
Why is string called immutable data type?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Explain Features in ASP.NET
What is ispostback method in asp.net?
What is meant by web application?
What is difference between inproc and outproc?
Can you use c# without .net?
What do you mean by serialize and marshalbyref?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are cookies in your browser?
What is Model-View-View Model?