ASP.NET Schedule deletion of temporary files
Question: I have an ASP.NET application which creates temporary PDF files (for the user to download).
Now, many users over many days can create many PDFs, which take much disk space.
Question: I have an ASP.NET application which creates temporary PDF files (for the user to download).
Now, many users over many days can create many PDFs, which take much disk space.
I have a table student (id, name). Then I have one textbox, for entering the name, when click on submit button, it inserts the data into the database. So how can I insert only to name, not id because id is auto increment?
Currently i am facing a problem i do not understand. I have an wcf client that calls a wcf service through several threads at the same time (both on the same machine). Sometimes, i encounter the well-known System.ServiceModel.CommunicationException
According to this question, I want to know if asp.net’s system.web.caching.cache is good for me, or I should use database caching?
Is there a way to set MSDeploy parameters in .csproj file itself of ASP.NET MVC project? Particularly a “skip” parameter, which should skip a “Temp” folder.
How can I generate a assembly qualified type name?
I am using File upload control in ASP.Net, followed the below blogs approach.
My table in db have fields : Id,Organisation,Info.
I have a repeater that displays data from my Projects table. There are projectId, name and description. I use Substring(1, 240) on description. But sometimes the string is shorter than 240, so I get ArgumentOutOfRangeException. Can you tell me how to display the whole text if I get the exception. This is my code.
I am trying to read data from a URL http://localhost:15979/default.aspx.The output of the url is :