Tuesday, December 22, 2015

Cannot start the website because administrative privileges are required to bind the hostname or port solved ,Sourav Bhattacharya,ASP.Net Faculty



I tried this solution


http://bosnia-aspnet.blogspot.in/2014/08/cannot-start-website-because.html

where it says

Find the csproj file
Search for these two lines and delete them
DevelopmentServerPort0/DevelopmentServerPort
IISUrlhttp://localhost:34567/IISUrl



but in my case I was creating a website so no csproj file
So I opened the sln file in notepad plus plus
and
UseIISExpress = "true"
to
UseIISExpress = "false"
and you are done
Sourav Bhattacharya
ASP.Net Teacher


 

Wednesday, September 9, 2015

Friday, March 27, 2015

Separate Firstname Lastname in Excel


The first column/first row(A1) has the name for example Sourav Bhattacharya.

For the firstname B1 should have the formula like 

=LEFT(A2,(FIND(" ",A2)))

For the last name in C1 the formula should be like

=RIGHT(A2,(LEN(A2)-(FIND(" ",A2))))

Monday, March 23, 2015

error another instance of dreamweaver is currently closing Dreamweaver CS6 portable solved


Go to your installation directory,you should see this file named PortableApps.comLauncherRuntimeData-FeedNotifierPortable.ini,open it in notepad and you should find the Status stopped or running or waiting,change it to stopped,copy path in the PluginsDir,open windows explorer ,paste the path and press enter.

you should see the file named runtimedata.ini,change the status to stopped ,then open taskmanager and try to close any dreamweaver portable if running,try a reboot(optional),and the try to run dreamweaver normally.

Source://http://superuser.com/questions/586090/fix-portableapps-com-another-instance-of-is-currently-closing-please-wait