Top "Asp.net-2.0" questions

For issues relating to development with ASP.

How to register ASP.NET 2.0 to web server(IIS7)?

I have a web-page application already created, but when I open it in visual studio 2008, it says there that: ASP.…

iis iis-7 asp.net-2.0
What is default session timeout in ASP.NET?

What is the default session timeout value in ASP.NET?

asp.net session timeout asp.net-2.0
How to access your website through LAN in ASP.NET

I have an asp.net web-page application and i want it to be accessed using a local area network(LAN) …

asp.net asp.net-2.0
How to make a website secured with https

I have to build a small webapp for a company to maintain their business data... Only those within the company …

asp.net ssl https asp.net-2.0
How to include CSS in master pages?

How do I include CSS reference in only certain pages on my asp.net website? If I include the reference …

asp.net master-pages asp.net-2.0
How to access web.config settings directly in .aspx page?

I've created a web page and it contains some settings value in Web.Config for example images. So I want …

asp.net asp.net-2.0
ASP.NET runtime error : Ambiguous Match found

Recently, my team converted ASP.NET project from .NET 1.1 to .NET 2.0. Everything is pretty good so far except for one …

c# .net asp.net web-applications asp.net-2.0
This application is currently offline. To enable the application, remove the app_offline.htm file from the application root directory

can any body suggest me how to remove the app_offline.htm file from application root directory in asp.net …

asp.net-2.0
How to convert a datareader to datatable

I have a question about converting a datareader to a datatable. In my code, I have a datareader created in …

vb.net asp.net-2.0
validateRequest and requestValidationMode dont work with .net 2.0

I am hosting WCF Service in IIS 7. They are running under .net version 2.0. Everything is working fine. But lately, i …

web-config asp.net-2.0 validate-request