Hi all,
So here's the problem:
I had my application running smooth when i wrote it in Visual Studio, and now I want to upload an application (I have never done this before);
I installed internet information services to test the application before uploading it to our company server. But now that it is running on localhost, it seems like my C# code isn't funtioning anymore.
I can see my .aspx page and I can write thing in the textboxes etc, but when I execute the program to start it just does nothing.. It seems like my C# isn't doing anything..
Anyone that can help?