This is a migrated thread and some comments may be shown as answers.

Port 80 is in use

1 Answer 179 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 30 Oct 2014, 06:49 PM
I'm new to Telerik.  I'm jumping into an existing project and trying to figure stuff out.  The first problem I'm having is that the project is trying to run on port 80.  I can't even debug.  On a typical ".net Web Forms" project, I can right-click, go to properties, web, and change the port.  No such dialog to be found on this project.

Does anyone know how I can change the port?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 03 Nov 2014, 04:42 PM

Hello Scott,

This project is probably of type WebSite and not a WebApplication, so it has a more limited set of options in VS. I am attaching a screenshot of the expected appearance of such a project as a reference here.

If you have it added to the IIS, then this is where you should configure its port through the Edit Bindings option from the context menu of the site where your project is added as a WebApplication (testingsite45 in the attached screenshots).

A site that uses our controls is not special, our controls only need a few HTTP handlers in the web.config and a few assembly references. Debugging and running them is not different than any other Web Site or Web Application in Visual Studio.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Scott
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or