The requested page cannot be accessed because the related configuration data for the page is invalid
I am getting this error when I try to run an ASP.NET application without a web.config file.
I am getting this error when I try to run an ASP.NET application without a web.config file.
I have a file which is an XML representation of some data that is taken from a Web service and cached locally within a Web Application. The idea being is that this data is very static, but just might change. So I have set it up to cache to a file, and stuck a monitor against it to check if it has been deleted. Once deleted, the file will be refreshed from its source and rebuilt.
I’m amending a Session time out in the Web.Config for an ASP.NET application written in C# and currently I have the timeout set to 120 minutes as shown below:
I am using abcPdf to convert an HTML report into a pdf file. The pdf has to be a single landscape A4 page.
In my controller I got action:
Is it a good idea to store my SQL queries in a global resource file instead of having it in my codebehind? I know stored procedures would be a better solution but I don’t have that luxury on this project.
I have an asp.net page with a an html5 TextBox control set as the “date” type. The control on my page looks like this:
I have a table called Categories. I want the user to click from a list of Categories and then load a listing of all Auctions in that category.
This is the HTML. I have a repeater that contains a user control.
I want to get value for a dynamic property of a dynamic object.
Here is my Code..