Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public void Configure(IApplicationBuilder app, IHostingEnvironment env)
  2. {
  3. if (env.IsDevelopment())
  4. {
  5. app.UseErrorPage();
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement