将 ASP.NET MVC 3 项目导出给潜在雇主
我制作了一个非常酷的 ASP.NET MVC 3 应用程序,我想将其作为附件发送给网络公司。我尝试在 Visual Web Developer 中尝试,但无法得到任何东西:( 我应该将项目文件夹压缩起来并以这种方式发送吗?有没有地方可以免费托管它(值得怀疑)。对此有任何建议吗?谢谢回复...
I made a pretty cool ASP.NET MVC 3 application, and I want to send it as an attachment to a web firm. I tried playing around in visual web developer but could not get anything :( Should I just zip the project folder up and send it that way? Is there somewhere I can host it for free (doubtful). ANy suggestions on this? Thanks for any replies...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 WebMatrix。它是免费的,并且会安装 IIS Express,让您的网络公司在本地运行它。
I would suggest to use WebMatrix. It's free and it'll install IIS Express which will let your web firm run it locally.
您可以在您的家庭电脑和连接上免费托管它。
在本地计算机上设置 IIS 并托管项目,将路由器上的端口 80 转发到您的电脑,并使用 dyndns 等服务来获取友好的外部地址。
它不像您自己付费的外部托管那么好,并且您不应该长时间保留端口转发,因为它存在潜在的安全风险。也就是说,它展示了大多数雇主乐于拥有的一些额外技能。
如果失败,或者如果您还想向他们展示您的代码,您可以压缩项目或发布到目录并压缩该项目。请记住,如果超过 10 MB,许多电子邮件服务器将拒绝它,因此您可能需要上传到单独的文件主机(例如 megaupload)。
You can host it for free on your home pc and connection.
Set up IIS on your local machine and host the project, forward port 80 on your router to your pc and use a service like dyndns to get a friendly external address.
Its not as nice a solution as your own pay for external hosting and you shouldn't leave the port forwarding in place for a long time as its a potential security risk. That said it demonstrates a few extra skills that most employers would be happy to have.
Failing that or if you want to show them your code as well you can either zip the project or publish to a directory and zip that. Bear in mind that if its over 10 MB a lot of email servers will reject it so you might want to upload to a separate file host like megaupload.