WebMatrix :: Retrieving IP Address With Razor?

Aug 4, 2010

How would I retrieve IP address with Razor? I have tried @Request.UserHostAddress and it returned ::1 to me instead of an IP adress. I am running this of course under IIS8 that came with webmatrix.

View 3 Replies


Similar Messages:

WebMatrix :: Publishing A Webmatrix Razor Site?

Feb 10, 2011

My hosting company states they support .net and razor. However after uploading my website made with webmatrix and razor *.cshtml pages. When i visit my website all i get is 404.17 error messages. As an testcase i decided to add an standard .aspx page. Visiting that page gives the same 404.17 error message :-(
.

According to my webhoster my web.config is wrong. However that one is generated by webmatrix. Besides my *.cshtml *.aspx a lot of files and directories are added to the bin folder. What can i check and what should my hosting provider check. When using the check compatibility the asp.net version is shown as unknown? My hosting provider claims my site is running asp.net 4.0 in integrated mode and that should be enough.

View 5 Replies

WebMatrix :: Writing Xml In Razor Syntax

Sep 21, 2010

i would like to write Rss feed page using the razer syntax in webmatrix and i am facing probem in xml formatting

View 3 Replies

Razor Syntax / WebMatrix Not Working - C#

Mar 17, 2011

In Windows Forms I can create a class file called 'Authentication.cs' with the following code:

public class Authentication
{
public string Name;
internal bool Authenticate()
{
bool i = false;
if (Name == "Jason")
{
i = true;
}
return i;
}
}

In WebMatrix, I can insert a new Class file, called 'Authentication.cs', and insert the above code. And in my default.cshtml file, I do this:.........................

View 2 Replies

WebMatrix :: Razor Doesn't Get Checked Value

Aug 28, 2010

I have a problem with razor in a checkbox. It does not get a checked value. Here is the code:

[Code]....

View 4 Replies

C# - Saving DateTime With WebMatrix And Razor?

Feb 28, 2011

I am developing a project that has a DateTime field.

In it I'm using jQuery for the user to select the date format 'dd/MM/yyyy' taking into account that the date is not a required field.

How do you do to save DateTime fields not required in WebMatrix and Razor?

I was trying to do something like this:

I put only the code which I think is important to complete the code can be found here

@{
//Get data
string TaskForecastCompletion= Request["txtForecastCompletion"];
string TaskCompletedIn= Request["txtCompletedIn"];
DateTime dtForecastCompletion = default(DateTime);

[Code]....

View 2 Replies

WebMatrix :: Acces The Subdomain From The Razor Syntax?

Jul 27, 2010

How can I acces the subdomain from the razor syntax.forum.mysite.com ==> forumwww.mysite.com ==> www

View 8 Replies

Get The Current User ID From SQL Statement Using Razor In WebMatrix?

Feb 19, 2011

I'm learning razor syntax, using the startersite in WebMatrix and trying to display some data from a table. I want to select only the data from the logged in user, so in effect want to say

...WHERE UserId =@WebSecurity.CurrentUserId";but that doesn't work.

Using the @0 method doesn't work for me either - I get an 'A parameter is missing. [ Parameter ordinal = 1 ]' error.

Do I have to set a variable then use the @0 / @1 / @whichever way? If so - what's wrong with this code?

@{
//Is the user logged in?
WebSecurity.RequireAuthenticatedUser(); [code]...

View 1 Replies

WebMatrix :: Accessing Object In Razor Page?

Oct 14, 2010

now if i want to iterate through the object it doesnt seems to work :

var myobject = new{param1 = "value1" , param2 = "value2" }
foreach(var i in myobject){
@i.Value
@i.Key
}

doesnt work.

View 2 Replies

WebMatrix :: Razor Syntax - Separate Code From Markup

Aug 28, 2010

While it has gnerally been advocated to separate code from mark up and all that, with the razor syntax and webmatrix all that is not valid anymore, I think. WebMatrix encourages code and mark up in the same page! So what is the best practice as far as code and mark up is concerned.

View 6 Replies

WebMatrix :: MVC 3 Preview - Idea For Razor Intellisense And Colorization?

Jul 29, 2010

When you do introduce intellisense and colorization to the razor editor, what about allowing the developer to choose the schema that it verifies against? If it could by default use a flavour of HTML, but optionally allow the dev to reference an arbitary XSD file (as supportted by the XML text editor). It could result in a very flexible experience that supports using ASP.Net MVC as a web service returning XML.

View 1 Replies

WebMatrix :: Create WebService Like Asmx On Razor Syntax?

Mar 7, 2011

anybody tell me how to create WebService like asmx on razor syntax.

View 6 Replies

WebMatrix :: Razor 3, _PageStart Doesn't Display Layout?

Mar 4, 2011

I can not get the _PageStart.cshtml to work for my layout senario. I would prefer to use _PageStart to define a layout for all files in each folder. Each folder represents a different app feature that will contain different layouts.

Until I find a work about I had to copy and past the Layout ="~/folder/_PageStart.cshtml into each page of the folder to get the different layouts to work.

_PageStart isn't being recognized at all as the folders page start. Is there a web config setting missing? The docs aren't fully extensive yet for all Razor related info and I couldn't find anyone discussing this problem via search results.

In order to keep close to code once and separation I need to use the _PageStart.cshtml method rather than code a line in each page in the folder.

On win7 using both webmatrix and vs2010 web engines. Neither recognizes _PageStart.cshtml but hard coding into each file works.

View 4 Replies

WebMatrix :: Sending A File Using Email Helper In Webpages / Razor?

Aug 13, 2010

Following this tutorial: [URL]

Under "Sending a File Using Email" section what exactly is the code trying to do.

1: The SendFile.cshtml does not have any option to select file.

2: ProcessFile.cshtml is running fine. I am getting the email but no attachement.

I tried changing fileAttachment input to type="file" but not file is being sent to my email. I just get the message send in body.

Question: How exactly this file attachment works using Email Helper in WebPages.

View 9 Replies

WebMatrix :: Is It Possible To Output Some Content Based Upon Some Conditional Check In Razor

Aug 21, 2010

Is it possible to somehow output some content based upon some conditional check in Razor? If not, I hope this possibility will be added in the future. What I want to do is the following:

[Code]....

View 6 Replies

WebMatrix :: Razor Needs Shorter Syntax To Prevent HTML Encoding?

Oct 27, 2010

It's great that Razor HTML encodes by default. However, many times I have HTML in a database and want to display it literally on a page. In WebForms 4, we can use <%= %> and <%: %> to choose between encoding options. Raven's syntax is currently @(new HtmlString(Model.Greeting)).

add a shorter syntax to Razor. Something like @=Model.Greeting or @@Model.Greeting, or something else.

View 7 Replies

C# - Convert IP Address To GeoLocation Using Razor Systax Or Bing Map?

Jan 29, 2011

I build the ASP.Net (.cshtml) site, and I need to get current location of user to show in Bing Map. How can I do this feature?

View 2 Replies

WebMatrix :: Razor Syntax - Insert A "<tr>" Tag Based On A Precondition?

Feb 14, 2011

I am trying to achive the following using Razor syntax, notice the lines in bold. I want to insert a '<tr>' tag based on a precondition.

[Code]....

However when I run this I get the following error Encountered end tag "tr" with no matching start tag. Are your start/end tags properly balanced?

View 6 Replies

Web Forms :: Retrieving Global Address List From Exchange Server?

Oct 5, 2010

My last two questions were about sending email through ASP.NET, and adding web form to that email body, which is working :)

This time my boss wants me to send email addresses from our exchange server global address list. :(

For example,

Dropdownlist for send from who, Dropdownlist for recieving person...The behind values should be email addresses.

And this information should come from global address list on our exchange server.

View 5 Replies

WebMatrix :: Force Webmatrix To Create MySQL Database Install Scripts On Local Box?

Nov 9, 2010

I've found a Webmatrix help article that says MS Webmatrix "publishes the (SQL Server or MySQL) database by creating scripts that run in a database that has been created for you by your hosting provider." That is wonderful, except I can't get it to work when I'm trying to publish a MySQL database (backing wordpress) through FTP (my hosting provider does not support 'web deploy'). Again, no problem, since it is already documented that " FTP protocols cannot be used to publish MySQL database. " But this does not excuse Webmatrix from generating MySQL database install scripts for me. During the publishing step, no database install script is generated - at least that I can tell - and there is no manual option to create a database export / backup / install script.

In short, as Webmatrix goes, I'm dead in the water trying to get my database uploaded to my hosting provider. Does anyone know the trick to force Webmatrix to create the MySQL database install scripts on my local box? Once created, I can take-over the upload and install process.

View 1 Replies

WebMatrix :: Include Microsoft.Data.Entity.CTP.dll Reference To WebMatrix Website?

Jan 19, 2011

I'm wondering if it is possible to include Microsoft.Data.Entity.CTP.dll reference to WebMatrix site and if the Compact edition of the database would support it? I'd kinda love use something like

code-first development in my WebMatrix project. I think is even easier than writing SQL-s into the code...

View 1 Replies

Razor Syntax / WebMatrix - C# - Style A @Html.TextBox("email") And @Html.Password("password") Control?

Mar 17, 2011

I'm just starting out with WebMatrix and would like to know how to style a @Html.TextBox("email") and @Html.Password("password") control? I've tried (in my CSS file):

.email{
/* styles here */
}
.password{
/* styles here */
}

But that has no effect at all. How can we style these types of controls?

View 1 Replies

WebMatrix :: SQL Compact Fail On Production Server With Webmatrix?

Oct 25, 2010

I started the Bakery site demo...everything runs fine on my local machine.When I publish the site to production server in w2k8r2+iis7.5 and with .net 4.0 (integrate) pool, my bakery apps not able to connect to the .sdf file.

Error I got is :

Connection string "bakery" was not found. Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: Connection string "bakery" was not found.

Source Error:

Line 2: Layout = "_SiteLayout.cshtml";

Line 3:

Line 4: FacebookSocialPlugins.Initialize("[xxx]", "[xxx]","bakery");

Line 5:

Line 6: }

Stack Trace:

[InvalidOperationException: Connection string "bakery" was not found.]
WebMatrix.Data.Database.OpenNamedConnection(String name, IConfigurationManager configurationManager) +132
WebMatrix.Data.Database.Open(String name) +42
System.Web.WebPages.DatabaseConnectionInfo.Connect() +43
System.Web.WebPages.SimpleMembershipProvider.CreateTablesIfNeeded() +42
System.Web.WebPages.WebSecurity.InitializeMembershipProvider(SimpleMembershipProvider sMembership, DatabaseConnectionInfo connect, String userTableName, String userIdColumn, String userNameColumn, Boolean createTables) +70
System.Web.WebPages.WebSecurity.InitializeProviders(DatabaseConnectionInfo connect, String userTableName, String userIdColumn, String userNameColumn, Boolean autoCreateTables) +51
System.Web.WebPages.WebSecurity.InitializeDatabaseConnection(String connectionStringName, String userTableName, String userIdColumn, String userNameColumn, Boolean autoCreateTables) +52
FacebookSocialPlugins.InitializeMembershipProviderIfNeeded() +54
FacebookSocialPlugins.Initialize(String appId, String appSecret, String membershipDbName) +171
ASP._PageStart_cshtml.Execute() in d:xxxakery\_PageStart.cshtml:4
System.Web.WebPages.StartPage.ExecutePageHierarchy() +15
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +33
System.Web.WebPages.WebPageHttpHandler.ProcessRequestInternal(HttpContext context) +207

View 2 Replies

WebMatrix :: How To Use Strongly Typed Html Helpers In Webmatrix

Nov 22, 2010

I know we can use the HTML helpers, but how about the strongly typed one's?

Html.LabelFor()

View 1 Replies

WebMatrix :: Publishing Multiple SQL Server Databases From WebMatrix?

Jan 11, 2011

I struggle with publishing 2 databases from WebMatrix using WebDeploy. On Publish settings screen I specify 2 different connection strings, but on Publish Compatibility screen Database names in both destination connection strings are equal. When I return to settings screen, original value is replaced there as well.

How destination server connection strings are evaluated? Here are connection strings from the root web.config file, which are set by hidden parameters in my parameters.xml:

<connectionStrings>
<add connectionString="Server=(local);Database=xxx;Uid=xxx;Pwd=xxx" name="xxx" providerName="System.Data.SqlClient" />
<add connectionString="Server=(local);Database=xxx2;Uid=xxx;Pwd=xxx" name="xxx" providerName="System.Data.SqlClient" />
</connectionStrings>

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved