WebMatrix instead of IIS - iis-7

How can i configure my wcf service in Web Matrix? as i am using Windows 7 home basic
any help is appreciated!

http://blogs.msdn.com/b/james_osbornes_blog/archive/2010/07/30/webmatrix-iisexpress-beta-hosting-wcf-services.aspx
Check the above link, Hope it helps

Related

Hosting asp.net website with database

I have created one asp.net website (project) with the help of Microsoft Visual Studio 2010. The database of the respective project is designed with the help of Microsoft SQL Server Management Studio 2008. Now I want to publish the website on the internet. Can somebody please guide me in this?
Thanks in advance.
You need a Windows hosting provider (a provider that uses windows servers) that supports all the technologies you used (MVC maybe?)
Remove all debugging code (if any) from your application and modify the web.config as needed
upload the whole project folder (without the .sln file) to the server and try to run the website
if you run into an error, ask a good question on stackoverflow :-)
Please note: StackOverflow is not a tutorial site and is only for specific questions like "What and where are the stack and heap?" not "How to write a hello world application in C#". While I am answering this question, please avoid asking such broad questions in the future.
Consider trying azure.
You get more control over what you do and its really simple to publish
http://azure.microsoft.com/en-us/pricing/free-trial/
Azure hosts its own database so you just move your tables into it.. there are a ton of guides on how to start this

ASP.NET and WEBSERVICES

Is it possible to remotely access the database over internet using ASP.NET and .mdf file. If yes then How?
I'm searching for the solution from last 4 days and came up with the idea of Webservices. I learned XML for this but the problem is I dont know how to use the webservices. I mean how to embed it in my project so that the database could be accessed remotely?
Please help and thanks in advance!
I'm not sure what you mean by "embed it in my project". The web service is web application that needs to be hosted on a web server, so you cannot embed it in your project as your project will be accessing it remotely (i.e. from another location). You can add it as another project to your solution, and then consume it in your project. You can google and learn how to consume a webservice.

Windows Azure Access Control & WPF?

Anyone has worked with Windows Azure Access Control & WPF Client? I like authentication of Zune Client with Live ID.
I need authenticate with Windows Live ID in my WPF app.
I have a Website that works with Windows Azure Acces Control , I use claims for Roles in my website , but i need know, if its possible use this claims with WPF app.
I canĀ“t find anything about WPF & Windows Azure Access Control , only for ASP.NET
Thank you so much.!
you might look at this it explains about it.
http://social.technet.microsoft.com/wiki/contents/articles/4656.wpf-application-with-live-id-facebook-google-yahoo-open-id.aspx
Maybe this could help you. I found it in this post
First of all try the link I m sending you ... It will provide you the basic structure of how to setup your live ID : MSDN blog
You can also try this one to read more : MSDN library

invoking winforms in web application

I have a windows control library having PictureBox and ColorDialog. How can I get it in Web Application? Will u please help me?
You can host it as ActiveX object but it will work only in IE.
Don't just invoke. Also use it under web application. Try VisualJS.NET It lets you design and develop under WinForms and run it under browser.

Access microsoft outlook in web

I am using asp.net. Can anybody say how do I access my Microsoft Outlook through a web application. If this is possible please explain in detail.
Thanks in advance
Regards,
s.venkatesh.
Are you perhaps trying to contact an Exchange server rather than an individual mail client? If so, have of Using .NET and WebDAV to access an Exchange server.

Resources