Hello, I just created a webform in ASP.NET in C# that I need to make visible for all the users in the intranet, I know it's better to use IIS, but, by company's politics, I don't have admin rights in my computer (don't ask me why) so I can't upload a website
since I'm using IIS6 on Windows XP, I was reading that it's possible to use Cassini to make the site visible throughout intranet, by doing some modification on the code, could you please help me out with this? I would appreciate it, it's actually a simple
form, so I wouldn't mind using Cassini for this task, thank you!
I think you can do it. But I don't think cassini support too much connections. Also you may need to add exception to the firewall, if firewall is running. Otherwise firewall doesn't allow to connect to the cassini port.
First, I do not think you can use Cassini for such purpose. It's the inbuilt webserver for Visual Studio developments and you cannot use it to host websites (At least as far as I know).
Secondly, I honestly don't think you can host a website without admin priviledges.
saman0suke
Member
1 Points
15 Posts
Using Cassini in a local INTRANET?
Apr 23, 2012 10:29 PM|LINK
Hello, I just created a webform in ASP.NET in C# that I need to make visible for all the users in the intranet, I know it's better to use IIS, but, by company's politics, I don't have admin rights in my computer (don't ask me why) so I can't upload a website since I'm using IIS6 on Windows XP, I was reading that it's possible to use Cassini to make the site visible throughout intranet, by doing some modification on the code, could you please help me out with this? I would appreciate it, it's actually a simple form, so I wouldn't mind using Cassini for this task, thank you!
vsdev
Contributor
2230 Points
453 Posts
Re: Using Cassini in a local INTRANET?
Apr 24, 2012 03:47 AM|LINK
I think you can do it. But I don't think cassini support too much connections. Also you may need to add exception to the firewall, if firewall is running. Otherwise firewall doesn't allow to connect to the cassini port.
Blog: dotnetthoughts
Download Capture It Plus
Ruchira
All-Star
42904 Points
7022 Posts
MVP
Re: Using Cassini in a local INTRANET?
Apr 24, 2012 08:37 AM|LINK
Hello,
First, I do not think you can use Cassini for such purpose. It's the inbuilt webserver for Visual Studio developments and you cannot use it to host websites (At least as far as I know).
Secondly, I honestly don't think you can host a website without admin priviledges.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.