Search code examples
c#asp.netrackspacekill-process

Stop single/all processes of a website on shared hosting


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.


Solution

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