Thanks, but unfortunately it's not a Visual Studio project.
Can someone tell me how to point to an application, using UltiDev?
For example, if the main code is located at
c:\Inetpub\wwwroot\MyApp\MyApp.aspx,
and UltiDev is running, how do you specify this? Should it be localhost:7756/MyApp/MyApp.aspx?
Or something else?
Also, UltiDev can't coexist with IIS, correct?
Ultidev Team;3637 wrote:Hi there!
The easiest way to debug and test an application using UWS is to
replace Visual Studio built-in web server. Then, if you select internal web server in project's web settings instead of IIS, UWS interactive host will run the application for you.
Please let us know if this information has helped.
Best regards,
UltiDev Team.