资讯

Hello, trying to create a file and write to it on a webserver. Here is the code so far (not all mine): private String readHtmlPage(string url) { String result; WebResponse objResponse; WebRequest ...
The C# code when the look at the app.config during runtime to grab the proper datasouce. What I have found is that this is easy to do with an .EXE file but apparently a lot messier using a DLL.