iis - Beginner : Where to copy the asp.net dll file from visual studio? -
I can easily write an asp.net code I hit the visual studio run button and i am in chrome or in another browser I see your website. But how can I do this without Visual Studio? I did not get an XE file, only DLL I think, it should be copied somewhere
Idea (any) is to run the program, which is on my local computer (with OPC-data ) A special page causes the show to be like an exe file.
To give more information: I want to run some web site code in the CEF (Chromium embedded framework) so that it looks normal executable. It will only run on a local computer (actually a machine). It is stable but some notifications will be provided dynamically by an OPC client. It will be read with VB and will be displayed by ASP.net. The first app reads data by AJAX. So I think what kind of local server (like Vamp) I need, which is to start in the background. Let me WebDev Found a batch file to start WebServer40.exe. But it can not be done correctly A batch file looks like a stone age
-> c: \ program files (x86) \ general files \ Microsoft share \ DevServer \ 10.0
Do you have IIS Manger installed, yes? If not, you can go to Control Panel \ Programs and Features and turn on this Windows feature. From within IIS, find the default website node and create a new app under it (in this way it obtains the right permissions). As long as your web app stays on your hard drive (where is the web.config file of the root app's app) point to the starting path of the application. Anyway, this is a way to locally deploy your app.
Comments
Post a Comment