Question

I have an ASP.NET website hosted on Rackspace Cloud Sites.

I have some C# code running which loops through a text file and inserts the records to a SQL Server website. Currently I have this code running and the records are being uploaded, but I would like to stop the upload.

I tried removing the web.config from the website (as suggested by a Rackspace rep) but I still see the records being uploaded in the database.

Is there a way for me to stop the code from running?

Thanks.

Was it helpful?

Solution

If you ask them to Recycle your AppPool, that should stop the processing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top