Publishing .ASPX ?

G

Guest

I am new to ASP.NET.
I want to publish a page on IIS. That page will accept the request pages
from users and hand in that request to BizTalk 2004 receive port.

Does anyone know how can I do this? Or any good website where I can learn
this?
I have no idea about how to make the asp.net page to talk with BizTalk.
What kind of development tool I should use to create this page?
What about "ASP.NET Web Application" from VB.NET?
This is the first application I am going to write in ASP.NET so I have no
idea about how to start this project. Since I have limited time I don’t think
I can spend much times on tutorials. Is there any tutorial where I can learn
ASP.NET quickly?
 
S

Steven Cheng[MSFT]

Hello Siva,

As for ASP.NET learning resources, here are two good websites:

#ASP.NET site
http://www.asp.net

#MSDN ASP.NET developer center
http://msdn.microsoft.com/asp.net/

Since you're new to ASP.NET and want some quick and efficient learning
resource, I would recommend you have a look at the quick start tutorial:

http://www.asp.net/quickstart/aspnet/

There are also many other specific learning resources(video or webcasts)
there:

http://www.asp.net/learn/

And if you're interested in some typical sample ASP.NET applications, you
can have a look at the ASP.NET Starter Kits which contains several sample
applications demonstrate common web development scenarios:

#Starter Kits for Visual Web Developer
http://www.asp.net/downloads/starterkits/default.aspx?tabid=62

As for development tool, have you already got Visual Studio TeamSuite or
Professional version installed or plan to have one? If you're just
dedicated to web application developing(ASP.NET2.0), and won't care much
about other .net application developing, you can consider use the "Visual
Web Developer 2005 Express" which is a simplified edition of Visual studio
2005(for web development) and is free of charge:

http://msdn.microsoft.com/vstudio/express/vwd/download/

In addition, I'm not very familiar with BizTalk server developing, does it
support webservice or other .net compatible interfaces? As far as I know,
any distribuetd communication components in stardand .net appliation can be
adopted in ASP.NET web application. Also, you can ask for such programming
interface in the biztalk specific newsgroup and I think some experts there
can give you the answer.

BTW, if you have further ASP.NET specific question during your development,
you're welcome to post in the following newsgroups:

-------------------------------------------------
microsoft.public.dotnet.framework.aspnet

microsoft.public.dotnet.framework.aspnet.buildingcontrols

microsoft.public.dotnet.framework.aspnet.caching

microsoft.public.dotnet.framework.aspnet.datagridcontrol

microsoft.public.dotnet.framework.aspnet.mobile

microsoft.public.dotnet.framework.aspnet.security

microsoft.public.dotnet.framework.aspnet.webcontrols

microsoft.public.dotnet.framework.aspnet.webservices
------------------------------------------------------

Hope this helps.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to

http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial

response from the community or a Microsoft Support Engineer within 1
business day is

acceptable. Please note that each follow up response may take approximately
2 business days

as the support professional working with you may need further investigation
to reach the

most efficient resolution. The offering is not appropriate for situations
that require

urgent, real-time or phone-based interactions or complex project analysis
and dump analysis

issues. Issues of this nature are best handled working with a dedicated
Microsoft Support

Engineer by contacting Microsoft Customer Support Services (CSS) at

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top