Dear fellows, I'm new to ASP.NET. Just learned it on my own and i've created some web applications and web service. Can any one tell me how to make those applications available on the internet? I can't just do the same with what i did for making an HTML page available on the internet. Please help me out!! THANKS A LOT
puppiesLover
Posts
-
how to make a web application avalaible on the internet? -
FileSystemWatcherI have a fileSystemWatcher object to watch for file changes under some directory and display a message for each file change. However, enven though I change the file only once, the message get displayed twice. The file is a .txt file. Anybody knows why this happens and how to fix it? Thanks a lot
-
How to upload a web-application?Can anybody show me in steps by steps how to upload a .NET web application/ web service into a webhost/webserver? I have no idea on how to do this. Help me out, pleasee!!!!
-
Web Servicehi guys, I build a class using C# Library class option. How can i make this class available in a web service? Thanks
-
System.Web.Services not availableHi guys, I have System.Web available, but I don't have System.Web.Services avalaible. What should I do? Thanks
-
Configuration fileCan anyone give me a big picture of what configuration files(like Web.config files) are for? and how to use them? Thanks a lot,
-
Program Flowdear my love ones,;P Say i have 2 buttons: btnDoSomeWork: implement taskX and btnTryAgain: allow user to hit btnDoSomeWork I run my program, and hit btnDoSomeWork , let it run taskX Now I hit btnTryAgain, take some new input, and have user click btnDoSomeWork the second time. This will make the 2 same taskX(s) run concurrently, which is not what i want. Is there anyway to stop the first taskX when i hit btnTryAgain? THANKS IN ADVANCE
-
SQL in C# questionI'm doing some database in C# using MS SQL. Problem #1: Everytime i do a connection to my database, i have to copy and paste the code over and over. I heard of a way to put these code in the configuration file, but i don't know how to. Problem #2: I also heard of someway(interface, object) allowing me to do SQL query indirectly instead of passing the query string directly into the SqlCommand object. And, again, I don't know how to. Problem #3: Is there anyway i can pass in my sql query dynamically(ie, as a varible)? I just learn C# on my own, and having problem searching for things like this Please help me out! THANKS A BUNCH!!!
-
how to generalize SQL queriesI'm doing some database in C# using MS SQL. Problem #1: Everytime i do a connection to my database, i have to copy and paste the code over and over. I heard of a way to put these code in the configuration file, but i don't know how to. Problem #2: I also heard of someway(interface, object) allowing me to do SQL query indirectly instead of passing the query string directly into the SqlCommand object. And, again, I don't know how to. Problem #3: Is there anyway i can pass in my sql query dynamically(ie, as a varible)? I just learn C# on my own, and having problem searching for things like this Please help me out! THANKS A BUNCH!!!
-
How Timer worksCompletely new to C#. can anyone give me a big picture on how Timer works in C#? For example, what is the framework for me to do a certain job, say methodX(), every 5 seconds? thanks in advance!
-
how to view property of a file in terms of codingI need to monitor if there're any change to some files after some interval of time. To do this, i have to somehow know when the file is last modified. We can do it easily by right-clicking on the file and click on its property. But, in terms of coding, i need to know how to read the property/ where to find information about a file's property. Anybody knows? please help me out thanks puppiesLover